- right associative
- правоассоциативный
English-Russian dictionary of computer science. 2015.
English-Russian dictionary of computer science. 2015.
Associative property — This article is about associativity in mathematics. For associativity in the central processor unit memory cache, see CPU cache. For associativity in programming languages, see operator associativity. In mathematics, associativity is a property… … Wikipedia
Non-associative algebra — This article is about a particular non associative structure known as a non associative algebra. See also the article about non associativity in general. A non associative algebra[1] (or distributive algebra) over a field (or a ring) K is a K… … Wikipedia
Algèbre associative — Pour les articles homonymes, voir Algèbre (homonymie). En mathématiques, une algèbre associative (sur un anneau commutatif A) est un anneau (ou simplement un pseudo anneau) B, muni d une structure supplémentaire de module sur A et tel que la loi… … Wikipédia en Français
Example of a non-associative algebra — This page presents and discusses an example of a non associative division algebra over the real numbers.The multiplication is defined by taking the complex conjugate of the usual multiplication: a*b=overline{ab}. This is a commutative, non… … Wikipedia
Associativity — In mathematics, associativity is a property that a binary operation can have. It means that, within an expression containing two or more of the same associative operators in a row, the order that the operations occur does not matter as long as… … Wikipedia
Operator associativity — For the mathematical concept of associativity, see Associativity. In programming languages and mathematical notation, the associativity (or fixity) of an operator is a property that determines how operators of the same precedence are grouped in… … Wikipedia
Common operator notation — This article is about the concept of operator precedence. For operator precedence parsing, see operator precedence parser. In programming languages, common operator notation is one way of notating mathematical expressions as a linear sequence of… … Wikipedia
Function (mathematics) — f(x) redirects here. For the band, see f(x) (band). Graph of example function, In mathematics, a function associates one quantity, the a … Wikipedia
Left recursion — In computer science, left recursion is a special case of recursion. In terms of context free grammar, a non terminal r is left recursive if the left most symbol in any of r’s ‘alternatives’ either immediately (direct left recursive) or through… … Wikipedia
Knuth's up-arrow notation — In mathematics, Knuth s up arrow notation is a method of notation of very large integers introduced by Donald Knuth in 1976. It is closely related to the Ackermann function. The idea is based on iterated exponentiation in much the same way that… … Wikipedia
Shunting yard algorithm — The shunting yard algorithm is a method for parsing mathematical equations specified in infix notation. It can be used to produce output in Reverse Polish notation (RPN) or as an abstract syntax tree (AST). The algorithm was invented by Edsger… … Wikipedia